AAssetDir_getNextFileName

Iterate over the files in an asset directory. A NULL string is returned when all the file names have been returned.

The returned file name is suitable for passing to AAssetManager_open().

The string returned here is owned by the AssetDir implementation and is not guaranteed to remain valid if any other calls are made on this AAssetDir instance.

extern (C) nothrow @nogc
const(char)*
AAssetDir_getNextFileName

Meta